title: Device (Python) description: Python-side Device API mirroring the JS Device namespace: read-only model / system / screen / battery / orientation / locale info.
The scripting Python package exposes Device with read-only properties describing the host device — model, system version, screen, locale, battery, and orientation. Each property fires a single RPC call to fetch the current value; cache the result yourself if you read the same property in a tight loop.
